Markdown Reference

The end of the document ref_lated

Feature Description Example
Headers Titles # Title (H1)
## Section (H2)
### Subsection (H3)
Emphasis Text Styles *Italic* or _Italic_
**Bold** or __Bold__
~~Strikethrough~~
Lists Bullets - Bullet list item
- nested list item
1. Numbered List Item
2. Another list item
> Indented block quote
Equations Euler’s formula $e^{i\pi} + 1 = 0$
Images Inline image ![Caption][image.png]
Layout Horizontal Line ---
Links Hyperlinks [Link Text](http://example.com)
[Link Text][1]
[1]: http://example.com
Code Inline and Block `Inline code`
python
def function():
pass

A code block



# # The end of the document

A Subsection

## a subsection subsection
- Bullet
dhis is markdown
*but* it's doing strange things



<footer>
  <p><a href="index.html">Back to Home Page</a></p>
</footer>